@charset "utf-8";


@media (max-width:1600px){}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width:1400px){}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width:1200px){}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width:992px){
	
/** 手机导航按钮  **/
.btn-manu {z-index: 100;display: block;}
.btn-manu span {-webkit-transform-origin: center center;transform-origin: center center;-webkit-transition: all .3s ease-out;transition: all .3s ease-out}
.menu-open .btn-manu span { background: #fff;margin-top: -1px}
.menu-open .btn-manu span:nth-of-type(1) {-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.menu-open .btn-manu span:nth-of-type(2) {opacity: 0}
.menu-open .btn-manu span:nth-of-type(3) {-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}
/** 手机导航按钮  **/
	
.nav_menu{ display: none;}
	
/** 手机导航  **/
.header-menu {padding-top: 0px; display: block; z-index: 9; position: fixed; top: 60px;right: 0;bottom: 0;left: 0;background: rgba(255, 255, 255, 1); opacity: 0;overflow-y: auto;
-webkit-transform: translate3d(0, -150%, 0);
transform: translate3d(0, -150%, 0);
-webkit-transition: all .5s ease;
transition: all .5s ease;}
.subMenu {position: relative;top: auto;width: auto;height: 0;left: 0;margin-left: 35px;margin-right: 35px;opacity: 0;
-webkit-transition: all .3s ease;transition: all .3s ease}
.subMenu-ul {height: 0;overflow: hidden}

.menu-open .header-menu {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1}
	
.menu-item {position: relative;display: block;opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
-webkit-transition: all .3s ease;
transition: all .3s ease}
.subMenu-bg{border-bottom: 1px solid #f6a218;}
.menu-item.active .menu-link {color: #f6a218}
.menu-item.active .subMenu {height: auto;opacity: 1}
.menu-item.active .subMenu-ul {height: auto}

.menu-item::after {content: "";position: absolute;right: 35px;bottom: 0;left: 35px;height: 1px;background-color: #bfbfbf;
-webkit-transform: scale3d(0, 0.5, 1);transform: scale3d(0, 0.5, 1);-webkit-transition: transform .8s ease;transition: transform .8s ease}

.menu-link {position: relative;font-size: 16px;line-height: 60px;color:#000;display: block;margin: 0 35px;}
	
.subMenu-ul li:last-of-type .subMenu-link {border-bottom: 0}
.subMenu-link {display: block;text-align: center;margin: 0 0px; font-size: 14px;line-height: 44px;color: #000;position: relative}
.subMenu-link::after {content: "";position: absolute;right: 0;bottom: 0;left: 0;height: 1px;background-color: #f2f2f2;
-webkit-transform: scale3d(1, 0.5, 1);
transform: scale3d(1, 0.5, 1)}

.menu-open .menu-item {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.menu-open .menu-item::after {
	-webkit-transform: scale3d(1, 0.5, 1);
	transform: scale3d(1, 0.5, 1)
}
.menu-open .menu-item:nth-of-type(1) {
	-webkit-transition-delay: .35s;
	transition-delay: .35s
}
.menu-open .menu-item:nth-of-type(1)::after {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.menu-open .menu-item:nth-of-type(2) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.menu-open .menu-item:nth-of-type(2)::after {
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}
.menu-open .menu-item:nth-of-type(3) {
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}
.menu-open .menu-item:nth-of-type(3)::after {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}
.menu-open .menu-item:nth-of-type(4) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}
.menu-open .menu-item:nth-of-type(4)::after {
	-webkit-transition-delay: .55s;
	transition-delay: .55s
}
.menu-open .menu-item:nth-of-type(5) {
	-webkit-transition-delay: .55s
}
.menu-open .menu-item:nth-of-type(5)::after {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}
.menu-open .menu-item:nth-of-type(6) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}
.menu-open .menu-item:nth-of-type(6)::after {
	-webkit-transition-delay: .65s;
	transition-delay: .65s
}
.menu-open .menu-item:nth-of-type(7) {
	-webkit-transition-delay: .65s;
	transition-delay: .65s
}
.menu-open .menu-item:nth-of-type(7)::after {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}
.menu-open .menu-item:nth-of-type(8) {
	-webkit-transition-delay: .70s;
	transition-delay: .70s
}
.menu-open .menu-item:nth-of-type(8)::after {
	-webkit-transition-delay: .75s;
	transition-delay: .75s
}
.menu-open .menu-item:nth-of-type(9) {
	-webkit-transition-delay: .75s;
	transition-delay: .75s
}
.menu-open .menu-item:nth-of-type(9)::after {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}
/** 手机导航  **/	
	
	

	
	
	
	
	
.header{ position: fixed;width: 100%; height:60px; z-index: 9999; background: rgba(40,57,148,1);  border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.logo{float: left; position: absolute; left: 20px; top: 10px;}
	
.bs-slider{ margin-top: 60px;}
	
.index_tit{ font-size: 30px; padding: 30px 0px 20px 0px; text-align:center;}
.index_more{ text-align: center; padding: 20px 0px 30px 0px;}
.index_more a{ display: inline-block; padding: 0px 40px; line-height: 40px; background: #f6a218; color: #fff;}
.index_more a:hover { padding: 0px 100px;}
	

/** 首页业务  **/
.index_yewu_box{width: 100%; max-width: 100%; height: 550px; background: #f5f5f5; position: relative; overflow: hidden;}
#mydiv{opacity: 0.1; width: 100%; height:100%; position: absolute;overflow: hidden; }
.pubu{width: 100%;  height:100%;  overflow: hidden; position: absolute;opacity: 0.1;}

.index_yewu{width: 100%; max-width: 1300px; margin: 0px auto; padding: 0px 50px; position: relative;}
a.index_yewu_a{width: 100%; display: block; padding: 10px 10px;  }
a.index_yewu_a .index_yewu_m{ text-align: center;background: #fff; height: 430px; padding: 30px 20px 30px 20px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
a.index_yewu_a img{width:60px; height: 60px;}
a.index_yewu_a .index_yewu_m1{ display: block;}
a.index_yewu_a .index_yewu_m2{ display: none;}
a.index_yewu_a .index_yewu_m3{ padding: 30px 0px; font-size: 16px;}
a.index_yewu_a .index_yewu_m4{ font-size: 14px; line-height: 22px; height: 154px; overflow: hidden; color: #666;}
a.index_yewu_a .index_yewu_m5{ color: #666; padding-top: 30px;}

a.index_yewu_a:hover .index_yewu_m{background: #3c5dd5; margin-top: -20px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
a.index_yewu_a:hover .index_yewu_m1{ display: none;}
a.index_yewu_a:hover .index_yewu_m2{ display:block;}
a.index_yewu_a:hover .index_yewu_m3{ color: #fff;}
a.index_yewu_a:hover .index_yewu_m4{ color: #fff;}
a.index_yewu_a:hover .index_yewu_m5{ color: #fff;}


.swiper01.swiper-container{padding: 0px 0px 10px 0px; }
.index_yewu .swiper01.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0px;}
.index_yewu .swiper01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #f00; width: 10px; height: 10px; opacity:0.5;}
.index_yewu .swiper01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #000; opacity:1;}

.index_yewu .swiper-button-prev {left: 0px;opacity:1; top: 55%}
.index_yewu .swiper-button-next {right: 0px;opacity:1;top: 55%}
.index_yewu .swiper-button-prev {width: 40px;height: 40px; line-height: 40px; background:url(../images/jtl2.png) no-repeat center; text-align: center;}
.index_yewu .swiper-button-next {width: 40px;height: 40px; line-height: 40px; background:url(../images/jtr2.png) no-repeat center; text-align: center;}
.index_yewu .swiper-button-prev.swiper-button-disabled{opacity:1;background:url(../images/jtl1.png) no-repeat center;}
.index_yewu .swiper-button-next.swiper-button-disabled{opacity:1;background:url(../images/jtr1.png) no-repeat center;}

/** 首页业务  **/
	

/** 首页案例  **/	
.index_case{width: 100%; max-width: 1300px; margin: 0px auto; padding: 0px 20px 0px 20px; position: relative;}
a.index_case_a{width: 100%; display: block; padding: 10px 10px;  }
a.index_case_a .index_case_m{background: #fff; height:auto; padding: 0px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out; border: 1px solid #f5f5f5;}
.index_case_bimg{width: 100%;overflow: hidden;}
a.index_case_a .index_case_bimg img{width: 100%;transform: translateZ(0px);transition: transform 0.3s ease 0s;}
a.index_case_a:hover .index_case_bimg img {transform: scale(1.1, 1.1);transition: transform 0.6s ease 0s;}
a.index_case_a .index_case_b{ padding:0px 20px; margin: 20px 0px; font-size: 16px; line-height: 24px; height: 48px; overflow: hidden; font-weight:600;}
a.index_case_a .index_case_more{ padding:0px 20px; margin: 0px 0px 20px 0px; font-size: 24px;}
a.index_case_a:hover .index_case_b{ color: #3c5dd5;-webkit-transition: all .3s ease-out;transition: all .3s ease-out; }
a.index_case_a:hover .index_case_more{ color: #3c5dd5; padding:0px 30px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out; }
a.index_case_a:hover .index_case_m{border: 1px solid #E7E7E7;}

.swiper02.swiper-container{padding: 0px 0px 30px 0px;}
.index_case .swiper02.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0px;}
.index_case .swiper02.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #f6a218; width: 10px; height: 10px; opacity:1;}
.index_case .swiper02.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #000; opacity:1;}

.index_case .swiper-button-prev {width: 40px;height: 40px; line-height: 40px; background: rgba(0, 0, 0, 0.5); text-align: center;}
.index_case .swiper-button-next {width: 40px;height: 40px; line-height: 40px; background: rgba(0, 0, 0, 0.5); text-align: center;}
.index_case .swiper-button-prev {left: 0px;}
.index_case .swiper-button-next {right: 0px;}
/** 首页案例  **/	
	

.index_about{width: 100%; max-width:  100%; height:auto; margin: 0px auto; padding: 0px 0px 0px 0px; position: relative;
background-repeat:no-repeat; background-position:left center; background-size:cover;}
.index_about_m{width: 100%; max-width:1300px;margin: 0px auto; padding: 40px 20px 0px 20px; }
.index_about_mm{ width: 100%; overflow: hidden; color: #fff;}
.index_about1{ font-size: 30px; padding-bottom: 10px;}
.index_about2{ font-size: 16px; line-height: 30px;}
.index_about3{ padding-top: 30px;}
.index_about31{ width: 33.333%; float: left;}
.index_about31 span{display: block; font-size: 14px; padding: 0px 10px; height: 40px; text-align: center;}
.index_about31 span.animateNum{ font-size: 20px; padding: 10px 0px;}
.index_about4{padding-top: 10px; padding-bottom: 30px; text-align: center;}
.index_about4 a{ color: #fff; font-size: 16px;}
.index_about4 a:hover{ color: #f6a218;}
.index_about4 a:hover i{ color: #f6a218; padding-left: 20px; -webkit-transition: all .3s ease-out;transition: all .3s ease-out;}

/** 首页新闻  **/	
.index_news{width: 100%; max-width: 1300px; margin: 0px auto; padding: 0px 20px 0px 20px; position: relative;}	
.newsleft{width: 40%;float: left;overflow: hidden;  position: relative; display: none;}
.newsleft img{width:100%;}
.newsleft_box{ position: absolute; width: 90%; bottom:0px; z-index: 99; background:rgba(255, 255, 255, 0.9); padding: 20px; margin: 20px 5%;}
.newsleft_time{ margin-bottom: 15px; color: #999;}
.newsleft_tit{ margin-bottom: 15px; font-size: 18px; line-height: 26px;}
.newsleft_brie{ font-size: 14px; color: #666; line-height: 22px; height: 44px; overflow: hidden;}

.newsright{width: 100%;float: right;overflow: hidden;}
.nlists{width: 100%;overflow: hidden;}
.nlists li{width: 100%; height: 150px; overflow: hidden;position: relative;padding: 15px 0px;padding-left: 90px;border-bottom: 1px solid #ddd;}

.dates{width: 70px;position: absolute;top: 30%; left: 0px; font-size: 20px; text-align: right; color: #333333;}
.dates .d1{ display: block; font-family:Arial," sans-serif"; font-size: 20px; font-weight: bold;}
.dates .d2{ display: block; padding-top: 10px;}
.titright{width: 100%;overflow: hidden;font-size:16px; line-height: 25px; height:auto; max-height: 50px;  font-weight: bold;}
.briefright{width: 100%;overflow: hidden; font-size:12px; line-height: 20px; height:60px;  color: #666; margin-top: 10px;}

.nlists li:hover .dates{ color: #30478d;}
.nlists li:hover .titright{ color: #30478d;}
/*首页新闻*/	
	
/** 服务客户  **/	
.index_server_box{width: 100%; max-width:  100%; background-repeat:no-repeat; background-position:center top; background-size:auto;}
.index_server{width: 100%; max-width:1300px;margin: 0px auto; padding: 0px 20px 30px 20px; }
.index_server .index_tit{ font-size: 30px; padding: 30px 0px 20px 0px; color: #fff; text-align:center;}

.swiper03.swiper-container{padding: 0px 0px 30px 0px;}
.index_server .swiper03.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0px;}
.index_server .swiper03.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #f6a218; width: 10px; height: 10px; opacity:1;}
.index_server .swiper03.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #000; opacity:1;}

.index_server .swiper-button-prev {width: 40px;height: 40px; line-height: 40px; background: rgba(0, 0, 0, 0.5); text-align: center;}
.index_server .swiper-button-next {width: 40px;height: 40px; line-height: 40px; background: rgba(0, 0, 0, 0.5); text-align: center;}
.index_server .swiper-button-prev {left: 0px;}
.index_server .swiper-button-next {right: 0px;}

.mbox5Link{ overflow: hidden;  display: block; width: 100%; position: relative; padding: 1px; background: #e0e0e0;}
.mbox5Link img{width: 100%;}
.mbox5Img {transition: all .7s ease 0s}
.mbox5Hov {position: absolute;top: 0;right: 0;bottom: 0;left: 0;opacity: 0;transition: all .7s ease 0s;transform: scale(2)}
.index_server .swiper-slide a:hover .mbox5Img {opacity: 0;transform: scale(2)}
.index_server .swiper-slide a:hover .mbox5Hov {opacity: 1;transform: scale(1)}

.swiper03.swiper-container .swiper-wrapper{box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);}
/** 服务客户  **/	
	
	
/** foot  **/	
.foot_box{ width: 100%; max-width: 100%; height:auto; background: #2b3c98; color: #fff; position: relative; overflow: hidden;}
.foot_box a{color: #fff;}
.large-header{ position: absolute; width: 100%; height: 50%; z-index: 1;}
#large-header{width: 100%; height: 50%;}
#demo-canvas{width: 100%; height: 100%;}
.foot_m{width: 100%; max-width:1300px;margin: 0px auto; padding:30px 20px 20px 20px; position:relative; z-index: 99;}
.foot_m_l{ float: left; width: 100%; padding-right: 320px; display: none;}
.foot_m_r{ float: none; width: 320px; position:relative; margin: 0px auto; right: auto; top: auto; }

.youqing{ color: #8092d9; display: none; margin: 30px 0px; padding: 20px 0px; line-height: 30px; width: 100%; border-bottom: 1px solid #5c6db4;border-top: 1px solid #5c6db4;}
.youqing a{ color: #8092d9; padding-right: 20px;}
.youqing a:hover{ color: #fff;}

ul.fooynav{display: block;}
ul.fooynav li{display: block; float: left; padding-right:6%;}
ul.fooynav li b{display: block; font-weight: 400; font-size: 16px; padding-bottom: 20px;}
ul.fooynav li a{display: block; font-size: 12px; padding-bottom: 15px; color: #fff; opacity: 0.5;}
ul.fooynav li a:hover{color: #fff;opacity: 1;}

.cop{color: #8092d9; padding-top: 20px; text-align: center;}
.cop a{color: #8092d9;}

.phone{width: 180px;height: 120px;overflow: hidden;float: right;color: #666;padding-top:10px;text-align: right;margin-right: 20px;}
a.btn_phone{width: 120px; float: right; text-align: center; display: block; background: #30478d;height: 40px;line-height: 40px;overflow: hidden;border-radius: 4px;}
a.btn_phone:hover{color: #30478d; background: #fff;}
.mid{ color: #ccc; height: 40px;line-height: 40px;overflow: hidden;width: 100%;}
.last{font-size: 24px;color: #fff;}
.codepic{width: 120px;float: right;color: #999;text-align: center;}
.codepic_box{width: 120px;height: 120px;overflow: hidden; margin-bottom: 10px;}
.codepic_box img{width: 100%;}
/** foot  **/	
	
.pag_nav{ position:relative; height:auto; width: 100%; background: #fff; border-bottom: 1px solid #dcdcdc;}
.pag_nav ul{display: block; width: 100%; max-width: 1300px; margin: 0px auto; height:auto; line-height: 40px; padding: 0px 0px;}
.pag_nav ul li{ float: left; margin: 0px 0px; position: relative;}
.pag_nav ul li a{display: block;  height: 40px; padding: 0px 20px; color: #333; font-size: 16px;}
.pag_nav ul li a:hover,.pag_nav ul li a.dq{ background: #f6a218; color: #fff;}

.pag_nav ul li:after{content: "";display: table; position: absolute; right:0px; top: 40%; width: 1px; height: 15px; background:#ccc;}
.pag_nav ul li:last-child:after{ width: 0px;}
/** pag_nav  **/

.pag_nav_ls{ position:relative; height:auto; width: 100%; background: rgba(25, 94, 216, 0.6); margin-top: 0px; border-bottom: 0px solid #dcdcdc;}
.pag_nav_ls ul{display: block; width: 100%; max-width: 1300px; margin: 0px auto; height: 60px; text-align: center; line-height: 60px; padding: 0px 0px;}
.pag_nav_ls ul li{ display: inline-block; margin: 0px 0px; position: relative; width: 24%; text-align: center;}
.pag_nav_ls ul li a{display: block;  height: 60px; padding: 0px 0px; color: #fff; font-size: 16px;}
.pag_nav_ls ul li a:hover,.pag_nav_ls ul li a.dq{ background: #f6a218; color: #fff;}

.pag_nav_ls ul li:after{content: "";display: table; position: absolute; right:0px; top: 40%; width: 0px; height: 15px; background:#ccc;}
.pag_nav_ls ul li:last-child:after{ width: 0px;}
/** pag_nav  **/

.crack_nav{}
.crack_nav a{padding: 0px 5px; color: #666;}
.crack_nav a:hover{ color: #f6a218;}

.pag_main{width: 100%; max-width:1300px;margin: 0px auto; padding: 10px 10px 10px 10px; position:relative; clear: both;}
.pag_main_q{width: 100%; max-width:100%;margin: 0px auto; padding: 0px 0px 0px 0px; position:relative;}

.case_box{ width:100%; padding: 10px 0px 0px 0px;}


/*单页*/
.pag_danye{ width:100%; padding: 10px 0px 0px 0px; line-height: 22px; color: #333; position: relative;}

	
.case_box a.index_case_a{width: 50%; float: left; display: block; padding: 7px 7px; }
.case_box a.index_case_a .index_case_m{background: #fff; height:auto; padding: 0px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out; border: 1px solid #f5f5f5;}
.case_box a.index_case_a .index_case_bimg img{width: 100%;transform: translateZ(0px);transition: transform 0.3s ease 0s;}
.case_box a.index_case_a:hover .index_case_bimg img {transform: scale(1.1, 1.1);transition: transform 0.6s ease 0s;}
.case_box a.index_case_a .index_case_b{ padding:0px 10px; margin: 10px 0px; font-size: 14px; line-height: 24px; height: 48px; overflow: hidden; font-weight:400;}
.case_box a.index_case_a .index_case_more{ padding:0px 10px; margin: 0px 0px 10px 0px; font-size: 16px;}
.case_box a.index_case_a:hover .index_case_b{ color: #3c5dd5;-webkit-transition: all .3s ease-out;transition: all .3s ease-out; }
.case_box a.index_case_a:hover .index_case_more{ color: #3c5dd5; padding:0px 30px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out; }
.case_box a.index_case_a:hover .index_case_m{border: 1px solid #E7E7E7;}
	
	

/*新闻*/
.pag_news{ width:100%; padding: 10px 0px 0px 0px; position: relative;}

a.sy-news{display: block; width:100%;height: 120px; margin: 0px 0px 0px 0px;padding: 10px 0px 30px 0px; border-bottom: 1px dotted #ccc; position: relative;transition:400ms ease all;}
a.sy-news .sy-news-data{width: 100px;height: 100px; position: absolute; left: 5px; top: 25px; float: left;}
a.sy-news .sy-news-data .d1{ display: block; font-family:Arial," sans-serif"; font-size: 16px; font-weight: 500;}
a.sy-news .sy-news-data .d2{ display: block; padding-top: 10px; font-size: 12px; color: #666;}

a.sy-news .sy-news-more{width: 100px;height:auto; display: none; padding-top: 30px; font-size: 16px; position: absolute; right: 0px; float: right;}

a.sy-news .sy-news-text{width:100%;float: left; padding-left:70px; padding-right:0px; position: relative;}
a.sy-news .sy-news-text-h3{display: block;color: #333;font-size: 16px;line-height: 24px; height:auto;max-height: 48px; overflow: hidden; margin: 0px 0 10px 0px;}
a.sy-news .sy-news-text-p{display: block;font-size: 12px;line-height: 20px; height:auto;max-height: 40px; color: #999;overflow : hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}
a:hover.sy-news{ transition:400ms ease all; color: #193ba4;}
a:hover.sy-news .sy-news-text-h3{display: block;color: #193ba4;transition:400ms ease all;}

a.sy-news .sy-news-text::after {position: absolute; bottom: 20px; left:20px;  width: 30px; height: 3px; background: #999;content: "";}
a:hover.sy-news .sy-news-text::after {position: absolute; bottom: 20px; left:130px;  width: 50px; height: 3px; background: #999;content: "";-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}

a.sy-news .sy-news-text1::after {position: absolute; bottom: 20px; left:20px;  width: 30px; height: 3px; background: #999;content: "";}
a:hover.sy-news .sy-news-text1::after {position: absolute; bottom: 20px; left:130px;  width: 50px; height: 3px; background: #999;content: "";-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}

a.sy-news .sy-news-img{width: 90px;height: 90px; position: absolute; left: 70px; top: 15px; float: left;}
a.sy-news .sy-news-img img{width: 90px;height: 90px;}
a.sy-news .sy-news-text1{width:100%;float: left; padding-left:170px; padding-right: 0px; position: relative;}
/*新闻*/


/*业务*/
.pag_yewu{ width:100%; padding: 10px 0px 0px 0px; position: relative;}
a.pag_yewu_a{width:50%; float: left; display: block; padding: 5px 5px; border: 1px solid #f5f5f5;}
a.pag_yewu_a .index_yewu_m{ text-align: center;background: #fff; height: 380px; padding: 20px 10px 20px 10px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
a.pag_yewu_a img{width:60px; height: 60px;}
a.pag_yewu_a .index_yewu_m1{ display: block;}
a.pag_yewu_a .index_yewu_m2{ display: none;}
a.pag_yewu_a .index_yewu_m3{ padding: 20px 0px; font-size: 16px;}
a.pag_yewu_a .index_yewu_m4{ font-size: 14px; line-height: 22px; height: 154px; overflow: hidden; color: #666;}
a.pag_yewu_a .index_yewu_m5{ color: #666; padding-top: 30px;}

a.pag_yewu_a:hover .index_yewu_m{background: #3c5dd5; -webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
a.pag_yewu_a:hover .index_yewu_m1{ display: none;}
a.pag_yewu_a:hover .index_yewu_m2{ display:block;}
a.pag_yewu_a:hover .index_yewu_m3{ color: #fff;}
a.pag_yewu_a:hover .index_yewu_m4{ color: #fff;}
a.pag_yewu_a:hover .index_yewu_m5{ color: #fff;}
/*业务*/

/*业务1*/
.pagq_yewu{ width:100%; padding: 0px 0px 0px 0px; position: relative;}
a.pagq_yewua{width:100%; height: 210px; overflow: hidden; display: block; color: #fff; padding: 10px 10px;background-repeat:no-repeat; background-position:center center; background-size:cover; }
a.pagq_yewua:nth-child(odd) .pagq_yewuam{ width:100%; max-width:1300px; text-align: right; margin: 0px auto; padding: 30px 20px 20px 20px; position:relative;}
a.pagq_yewua:nth-child(even) .pagq_yewuam{ width:100%; max-width:1300px; text-align: left; margin: 0px auto; padding: 30px 20px 20px 20px; position:relative;}
a.pagq_yewua .pagq_yewuam1{ font-size: 20px;}
a.pagq_yewua .pagq_yewuam2{ padding: 10px 0px; font-size: 12px; line-height: 22px;}
a.pagq_yewua .pagq_yewuam3{ border: 1px solid #ccc; padding: 10px 10px; width: 100px; text-align: center;}
a.pagq_yewua:nth-child(odd) .pagq_yewuam3{ border: 1px solid #ccc; padding: 10px 10px; width: 100px; text-align: center; float: right;}
a:hover.pagq_yewua{  transform: scale(1.05, 1.05);transition: transform 0.6s ease 0s;}
a:hover.pagq_yewua .pagq_yewuam3{ border: 1px solid #ccc; background: #fff; color: #193ba4; padding: 10px 10px; width: 100px; text-align: center;}
/*业务1*/

/*招聘*/
.pag_json{ width:100%; overflow-x: auto; padding: 20px 0px 0px 0px; position: relative;}
.pag_jsonm{ width: 600px; background: #385cca; height: 50px; line-height: 50px;color: #fff; }

.pag_jsonm1{ width: 16.666%; float: left; font-size: 12px; text-align: center;}
	
.pag_jsonmx{ width: 600px; color: #666; height: 50px; line-height: 50px;}
.pag_jsonmx:nth-child(odd){ background: #ececec;}
.pag_jsonmx:nth-child(even) { background: #d5d5d5;}
.pag_jsonmx a{color: #385cca;}
.pag_jsonmx a:hover{color: #000;}


.pag_info{width:100%; padding: 20px 0px 20px 0px; line-height: 26px; color: #333; position: relative;}

.sp-info-h1{font-size: 18px; padding-bottom: 10px; text-align: center;}
.sp-info-top-b{ color: #999;text-align: center; padding-bottom: 10px; border-bottom: 1px dotted #ccc;}
.news-info-m{width: 100%; padding: 20px 0px; color: #333; font-size: 14px; line-height: 22px; overflow: hidden; }

.sp-info-sxye{ padding: 20px 0px 0px 0px;}
.sp-info-sxye1{ padding-bottom: 10px; color: #666;}
.sp-info-sxye1 a{color: #666;}
.sp-info-sxye1 a:hover{ color: #385cca;}

	


.pag_about1{ width: 100%; height:auto; color: #fff; background-repeat:no-repeat; background-position:center center; background-size:cover; }
.pag_about1m{width: 100%; max-width:1300px;margin: 0px auto; padding: 100px 20px 50px 20px; position:relative;}
.pag_about1_1{width: 100%; float: left;}
.pag_about1_2{width: 100%; height: 310px; margin: 0px auto; position: relative;}
.pag_about1_2::after {background: #fff; position: absolute; top:0px; left: 50%; margin-left: -110px;  width: 220px; height: 220px;  content: ""; transform:rotate(45deg); -webkit-transform:rotate(45deg); z-index: 1;}
.pag_about1_3m{ padding: 10px 0px; font-size: 14px; line-height: 22px;}
.pag_about1_2:hover::after {background: #f6a218; }

.pag_about1_2 .index_yewu_m{ position: relative; z-index: 9; text-align: center;  padding: 20px 20px 30px 20px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.pag_about1_2 .index_yewu_m img{width:70px; height: 70px;}
.pag_about1_2 .index_yewu_m1{ display: block;}
.pag_about1_2 .index_yewu_m2{ display: none;}
.pag_about1_2 .index_yewu_m3{ padding: 10px 0px; font-size: 16px;}
.pag_about1_2 .index_yewu_m4{ font-size: 14px; line-height: 22px; overflow: hidden; color: #666;}
.pag_about1_2 .index_yewu_m4 span{ font-size: 40px; line-height: 50px; display: block;}

.pag_about1_2:hover .index_yewu_m{-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.pag_about1_2:hover .index_yewu_m1{ display: none;}
.pag_about1_2:hover .index_yewu_m2{ display:block;}
.pag_about1_2:hover .index_yewu_m3{ color: #fff;}
.pag_about1_2:hover .index_yewu_m4{ font-size: 14px; line-height: 22px; height: 154px; overflow: hidden; color: #fff;}


.pag_about2{ width: 100%; height:auto; color: #333; background-repeat:no-repeat; background-position:right bottom; background-size:150%; }

.pag_about2_box{width: 100%; max-width: 1300px; height:auto; margin: 0px auto; padding: 10px 50px; position: relative;}
.pag_about2_box::after{ position: absolute; top:47%; left: 5%; background: #3a59a7; width: 90%; height: 20px;  content: ""; z-index: 1;}
.swiperpag2.swiper-container{padding: 30px 0px 30px 0px; }
.pag_about2_box .swiperpag2.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0px;}
.pag_about2_box .swiperpag2.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #f00; width: 10px; height: 10px; opacity:0.5;}
.pag_about2_box .swiperpag2.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #000; opacity:1;}

.pag_about2_box .swiper-button-prev {left: 0px;opacity:1; top: 55%}
.pag_about2_box .swiper-button-next {right: 0px;opacity:1;top: 55%}
.pag_about2_box .swiper-button-prev {width: 40px;height: 40px; line-height: 40px; background:url(../images/jtl2.png) no-repeat center; text-align: center;}
.pag_about2_box .swiper-button-next {width: 40px;height: 40px; line-height: 40px; background:url(../images/jtr2.png) no-repeat center; text-align: center;}
.pag_about2_box .swiper-button-prev.swiper-button-disabled{opacity:1;background:url(../images/jtl1.png) no-repeat center;}
.pag_about2_box .swiper-button-next.swiper-button-disabled{opacity:1;background:url(../images/jtr1.png) no-repeat center;}


.pag_about2_box .swiper-slide:nth-child(odd) .item1{  padding: 30px;}
.pag_about2_box .swiper-slide:nth-child(odd) .item1 .lc-left{ float: left; width: 10%; height: 150px; position: relative; border-left: 5px solid #3a59a7;}
.pag_about2_box .swiper-slide:nth-child(odd) .item1 .lc-left .line{ display: block; position: absolute; left: -12px; top: -5px; width: 20px; height: 20px; border-radius: 50%; background: #3a59a7;}
.pag_about2_box .swiper-slide:nth-child(odd) .item1 .lc-right{ float: left; width: 90%; padding-top: 10px;}
.pag_about2_box .swiper-slide:nth-child(odd) .item1 .lc-right h3{ font-size: 18px; font-weight: bold; color: #3a59a7;}
.pag_about2_box .swiper-slide:nth-child(odd) .item1 .lc-right .lc-righttext{ margin: 10px 0px; color: #666; font-size: 14px; height: 80px; overflow: hidden; line-height: 20px; position: relative;}

.lc-righttext1{position: absolute; width: 100%;}

.pag_about2_box .swiper-slide:nth-child(even) .item1{  padding: 180px 30px 30px 30px;}
.pag_about2_box .swiper-slide:nth-child(even) .item1 .lc-left{ float: left; width: 10%; height: 150px; position: relative;  border-left: 5px solid #3a59a7;}
.pag_about2_box .swiper-slide:nth-child(even) .item1 .lc-left .line{ display: block; position: absolute; left: -12px; bottom: -5px; width: 20px; height: 20px; border-radius: 50%; background: #3a59a7;}
.pag_about2_box .swiper-slide:nth-child(even) .item1 .lc-right{ float: left; width: 90%; padding-top: 20px;}
.pag_about2_box .swiper-slide:nth-child(even) .item1 .lc-right h3{ font-size: 18px;font-weight: bold; color: #3a59a7;}
.pag_about2_box .swiper-slide:nth-child(even) .item1 .lc-right .lc-righttext{ margin: 10px 0px; color: #666; font-size: 14px;height: 80px; overflow: hidden;  line-height: 20px; position: relative;}

.pag_about2_box .swiper-slide:hover .item1 .lc-left{ border-left: 5px solid #f69f17;}
.pag_about2_box .swiper-slide:hover .item1 .lc-left .line{  background: #f69f17;}
.pag_about2_box .swiper-slide:hover .item1 .lc-right h3{color: #f69f17;}



.pag_about3{ width: 100%; height:auto; background-repeat:no-repeat; background-position:center center; background-size:cover; }
.pag_about3m{width: 100%; max-width:1300px;margin: 0px auto; padding: 0px 0px 0px 0px; position:relative;}



.pag_about4{width: 100%; max-width: 100%; margin: 0px auto; padding: 0px 0px; position: relative;}
.swiper04.swiper-container{padding: 0px 0px 0px 0px; }
.pag_about4 .swiper01.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0px;}
.pag_about4 .swiper01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #f00; width: 10px; height: 10px; opacity:0.5;}
.pag_about4 .swiper01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #000; opacity:1;}

.pag_about4 .swiper-button-prev {left: 0px;opacity:1; top: 55%}
.pag_about4 .swiper-button-next {right: 0px;opacity:1;top: 55%}
.pag_about4 .swiper-button-prev {width: 40px;height: 40px; line-height: 40px; background:url(../images/jtl2.png) no-repeat center; text-align: center;}
.pag_about4 .swiper-button-next {width: 40px;height: 40px; line-height: 40px; background:url(../images/jtr2.png) no-repeat center; text-align: center;}
.pag_about4 .swiper-button-prev.swiper-button-disabled{opacity:1;background:url(../images/jtl1.png) no-repeat center;}
.pag_about4 .swiper-button-next.swiper-button-disabled{opacity:1;background:url(../images/jtr1.png) no-repeat center;}

a.pag_about4a{width: 100%; height:auto; background: #000; color: #fff; display: block; padding: 0px 0px; position: relative; overflow: hidden; }
a.pag_about4a .pag_about4atit{ position: absolute; width: 100%; padding: 0px 30px; text-align: center; font-size: 18px; line-height: 28px; top: 45%; left: 0px; z-index: 9;}
a.pag_about4a::after{ position: absolute; top:0%; left: 0%;background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%;  content: ""; z-index: 1;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;  }
a.pag_about4a img{width: 100%;transform: scale(1, 1);-webkit-transition: all .3s ease-out;transition: all .3s ease-out; }
a.pag_about4a:hover img{width: 100%;transform: scale(1.1, 1.1);-webkit-transition: all .3s ease-out;transition: all .3s ease-out; }
a.pag_about4a:hover::after { position: absolute; top:0%; left: 0%;background: rgba(0, 0, 0, 0.2);width: 100%; height: 100%;  content: ""; z-index: 1;-webkit-transition: all .3s ease-out;transition: all .3s ease-out; }

	
	
	
	
	
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width:767px){}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width:640px){}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width:460px){}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media (max-width:360px){}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */






